Skip to content

Commit

Permalink
Release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
ezet committed May 10, 2016
1 parent b40075e commit db30de2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion EveAuthUtility.Dnx/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.2-rc1",
"version": "1.2.1",
"description": "Simple CLI utility to assist in acquiring and managing Eve Online SSO tokens.",
"authors": [
"Lars Kristian Dahl"
Expand Down
6 changes: 3 additions & 3 deletions EveAuthUtility.Exe/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("EveAuthUtility.Exe")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyDescription("A simple CLI utility to assist in obtaining Eve Online SSO tokens")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("EveAuthUtility.Exe")]
Expand All @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.2.1.0")]
[assembly: AssemblyFileVersion("1.2.1.0")]
2 changes: 1 addition & 1 deletion EveAuthUtility.Exe/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.2-rc1",
"version": "1.2.1",
"description": "Simple CLI utility to assist in acquiring and managing Eve Online SSO tokens.",
"authors": [
"Lars Kristian Dahl"
Expand Down

0 comments on commit db30de2

Please sign in to comment.