Skip to content

Commit 9d3d1bc

Browse files
committed
Version bump.
1 parent 7f04f9d commit 9d3d1bc

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ If you are making use of the [NuGet package](https://www.nuget.org/packages/Brut
3737
```xml
3838
<Target Name="BeforeBuild">
3939
<Exec ContinueOnError="false"
40-
Command="&quot;..\packages\Brutal.Dev.StrongNameSigner.3.6.0\build\StrongNameSigner.Console.exe&quot; -in &quot;..\packages&quot;" />
40+
Command="&quot;..\packages\Brutal.Dev.StrongNameSigner.3.6.1\build\StrongNameSigner.Console.exe&quot; -in &quot;..\packages&quot;" />
4141
</Target>
4242
```
4343

@@ -57,7 +57,7 @@ To add multiple directories to process at the same time (similar to how the UI c
5757
```xml
5858
<Target Name="BeforeBuild">
5959
<Exec ContinueOnError="false"
60-
Command="&quot;..\packages\Brutal.Dev.StrongNameSigner.3.6.0\build\StrongNameSigner.Console.exe&quot; -in &quot;..\packages\elmah.corelibrary.1.2.2|..\packages\Elmah.MVC.2.1.2&quot;" />
60+
Command="&quot;..\packages\Brutal.Dev.StrongNameSigner.3.6.1\build\StrongNameSigner.Console.exe&quot; -in &quot;..\packages\elmah.corelibrary.1.2.2|..\packages\Elmah.MVC.2.1.2&quot;" />
6161
</Target>
6262
```
6363

@@ -69,7 +69,7 @@ You can also use wildcards for each of your input directories. The above example
6969
```xml
7070
<Target Name="BeforeBuild">
7171
<Exec ContinueOnError="false"
72-
Command="&quot;..\packages\Brutal.Dev.StrongNameSigner.3.6.0\build\StrongNameSigner.Console.exe&quot; -in &quot;..\packages\elmah.*&quot;" />
72+
Command="&quot;..\packages\Brutal.Dev.StrongNameSigner.3.6.1\build\StrongNameSigner.Console.exe&quot; -in &quot;..\packages\elmah.*&quot;" />
7373
</Target>
7474
```
7575

@@ -78,7 +78,7 @@ Wildcards can also be complex and placed anywhere in the path. This is useful if
7878
```xml
7979
<Target Name="BeforeBuild">
8080
<Exec ContinueOnError="false"
81-
Command="&quot;..\packages\Brutal.Dev.StrongNameSigner.3.6.0\build\StrongNameSigner.Console.exe&quot; -in &quot;..\packages\Microsoft.*.Security*\*\net45&quot;" />
81+
Command="&quot;..\packages\Brutal.Dev.StrongNameSigner.3.6.1\build\StrongNameSigner.Console.exe&quot; -in &quot;..\packages\Microsoft.*.Security*\*\net45&quot;" />
8282
</Target>
8383
```
8484

@@ -104,7 +104,7 @@ For example, ServiceStack's PostgreSQL NuGet package is not signed but other dep
104104
```xml
105105
<Target Name="BeforeBuild">
106106
<Exec ContinueOnError="false"
107-
Command="&quot;..\packages\Brutal.Dev.StrongNameSigner.3.6.0\build\StrongNameSigner.Console.exe&quot; -in &quot;..\packages\ServiceStack.OrmLite.PostgreSQL.4.0.40\lib\net40|..\packages\ServiceStack.Text.Signed.4.0.40\lib\net40|..\packages\ServiceStack.OrmLite.Signed.4.0.40&quot;" />
107+
Command="&quot;..\packages\Brutal.Dev.StrongNameSigner.3.6.1\build\StrongNameSigner.Console.exe&quot; -in &quot;..\packages\ServiceStack.OrmLite.PostgreSQL.4.0.40\lib\net40|..\packages\ServiceStack.Text.Signed.4.0.40\lib\net40|..\packages\ServiceStack.OrmLite.Signed.4.0.40&quot;" />
108108
</Target>
109109
```
110110

src/Brutal.Dev.StrongNameSigner.Console/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@
3333
// You can specify all the values or you can default the Build and Revision Numbers
3434
// by using the '*' as shown below:
3535
// [assembly: AssemblyVersion("1.0.*")]
36-
[assembly: AssemblyVersion("3.6.0.0")]
37-
[assembly: AssemblyFileVersion("3.6.0.0")]
36+
[assembly: AssemblyVersion("3.6.1.0")]
37+
[assembly: AssemblyFileVersion("3.6.1.0")]

src/Brutal.Dev.StrongNameSigner.Setup/StrongNameSigner.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#define MyAppID "{A89C23E7-A764-4F59-8EF3-5AB0A33E5849}"
55
#define MyAppName ".NET Assembly Strong-Name Signer"
66
#define MyAppNameNoSpaces "StrongNameSigner"
7-
#define MyAppVersion "3.6.0.0"
7+
#define MyAppVersion "3.6.1.0"
88
#define MyAppPublisher "BrutalDev"
99
#define MyAppURL "https://github.com/brutaldev/StrongNameSigner"
1010
#define MyAppExeName "StrongNameSigner.exe"

src/Brutal.Dev.StrongNameSigner.Setup/StrongNameSigner.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package>
33
<metadata>
44
<id>Brutal.Dev.StrongNameSigner</id>
5-
<version>3.6.0</version>
5+
<version>3.6.1</version>
66
<title>.NET Assembly Strong-Name Signer</title>
77
<authors>Werner van Deventer</authors>
88
<owners>Werner van Deventer</owners>

src/Brutal.Dev.StrongNameSigner.UI/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@
3333
// You can specify all the values or you can default the Build and Revision Numbers
3434
// by using the '*' as shown below:
3535
// [assembly: AssemblyVersion("1.0.*")]
36-
[assembly: AssemblyVersion("3.6.0.0")]
37-
[assembly: AssemblyFileVersion("3.6.0.0")]
36+
[assembly: AssemblyVersion("3.6.1.0")]
37+
[assembly: AssemblyFileVersion("3.6.1.0")]

src/Brutal.Dev.StrongNameSigner/Brutal.Dev.StrongNameSigner.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<Company>Brutal.Dev.StrongNameSigner</Company>
6-
<Version>3.6.0.0</Version>
6+
<Version>3.6.1.0</Version>
77
<Description>Simple API to sign .NET assemblies with a strong-name key and fix assembly references.</Description>
88
<Copyright>Copyright © 2013-2025</Copyright>
99
<PackageProjectUrl>https://brutaldev.com/post/net-assembly-strong-name-signer</PackageProjectUrl>

0 commit comments

Comments
 (0)