Skip to content

Commit 0e3d17f

Browse files
committed
Version 1.0.4
1 parent bfac05a commit 0e3d17f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.nuget/NuGet.exe

7 KB
Binary file not shown.

CreateNuget.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set stateprinter_version=1.0.3
1+
set stateprinter_version=1.0.4
22
if not exist .\nuget_packages mkdir nuget_packages
33
del /Q .\nuget_packages\*.*
44
.nuget\NuGet.exe pack StatePrinter\StatePrinter.csproj -OutputDirectory .\nuget_packages -Version %stateprinter_version% -symbols -Prop Platform=AnyCPU

StatePrinter/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// set of attributes. Change these attribute values to modify the information
88
// associated with an assembly.
99
[assembly: AssemblyTitle("StatePrinter")]
10-
[assembly: AssemblyDescription("An open source utility to turn object graphs into strings.")]
10+
[assembly: AssemblyDescription("An open source utility to turn object graphs into strings. License GPL v2.0")]
1111
[assembly: AssemblyConfiguration("")]
1212
[assembly: AssemblyCompany("Kasper B. Graversen, Inc.")]
1313
[assembly: AssemblyProduct("StatePrinter")]
@@ -35,4 +35,4 @@
3535
// by using the '*' as shown below:
3636
// [assembly: AssemblyVersion("1.0.*")]
3737
[assembly: AssemblyVersion("1.0.0.0")] // NEVER CHANGE THIS
38-
[assembly: AssemblyFileVersion("1.0.0.3")] // Bump this at every release
38+
[assembly: AssemblyFileVersion("1.0.0.4")] // Bump this at every release

0 commit comments

Comments
 (0)