Skip to content

Commit a3d71a4

Browse files
committed
add icon, update version
1 parent 314defb commit a3d71a4

File tree

8 files changed

+186
-5
lines changed

8 files changed

+186
-5
lines changed

NConfiguration.Tests/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
1919
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
2020

21-
[assembly: AssemblyVersion("1.0.*")]
21+
[assembly: AssemblyVersion("1.1.*")]
2222

2323
// The following attributes are used to specify the signing key for the assembly,
2424
// if desired. See the Mono documentation for more information about signing.

NConfiguration.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
Microsoft Visual Studio Solution File, Format Version 12.00
2+
Microsoft Visual Studio Solution File, Format Version 11.00
33
# Visual Studio 2012
44
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NConfiguration", "NConfiguration\NConfiguration.csproj", "{0FB12DA2-A8BD-4BF7-8507-9ECA5771FD3B}"
55
EndProject

NConfiguration/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
1818
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
1919

20-
[assembly: AssemblyVersion("1.0.*")]
20+
[assembly: AssemblyVersion("1.1.*")]

NuGet/Icon_details.png

4.98 KB
Loading

NuGet/Icon_dialog.png

1.52 KB
Loading

NuGet/Icon_list.png

2.42 KB
Loading

NuGet/NConfiguration.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>NConfiguration</id>
5-
<version>1.0.1</version>
5+
<version>1.1.0</version>
66
<title>NConfiguration</title>
77
<authors>Anatoliy Koperin</authors>
88
<owners />
@@ -19,4 +19,4 @@
1919
<file src="..\Release\lib\*.*" target="lib\net40" />
2020
<file src="..\Release\RsaToolkit\*.*" target="tools\RsaToolkit" />
2121
</files>
22-
</package>
22+
</package>

NuGet/Vernier.svg

Lines changed: 181 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)