Skip to content

Commit

Permalink
prepare release v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ilbertz committed Feb 22, 2016
1 parent 839060b commit 668a587
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 7 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Changelog

## 1.1.3 - 2016-02-22
- Separate assembly loading from parser logic
- Fixed bug with multiple resource files
- Rename ValdrType/ValdrMember to ...Attribute
- Fixed some analysis/styleCop recommendations

## 1.1.2 - 2016-02-15
- Separate assembly loading from parser logic
Expand Down
4 changes: 2 additions & 2 deletions Nca.Valdr.Core.Nuget/NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<apikeys>
</apikeys>
<packageSources>
<!--<add key="NuGet official package source" value="https://www.nuget.org" />-->
<add key="Temporary package source" value="C:\Temp" />
<add key="NuGet official package source" value="https://www.nuget.org" />
<!--<add key="Temporary package source" value="C:\Temp" />-->
</packageSources>
</configuration>
2 changes: 1 addition & 1 deletion Nca.Valdr.Core.Nuget/Package.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>Nca.Valdr.Core</id>
<version>1.1.2</version>
<version>1.1.3</version>
<title>valdr .NET Validator Core</title>
<authors>Netcetera, Alex Ullrich</authors>
<owners>ilbertz</owners>
Expand Down
Binary file modified Nca.Valdr.Core.Nuget/lib/Nca.Valdr.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions Nca.Valdr.Nuget/NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<apikeys>
</apikeys>
<packageSources>
<!--<add key="NuGet official package source" value="https://www.nuget.org" />-->
<add key="Temporary package source" value="C:\Temp" />
<add key="NuGet official package source" value="https://www.nuget.org" />
<!--<add key="Temporary package source" value="C:\Temp" />-->
</packageSources>
</configuration>
2 changes: 1 addition & 1 deletion Nca.Valdr.Nuget/Package.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>Nca.Valdr</id>
<version>1.1.2</version>
<version>1.1.3</version>
<title>valdr .NET Validator</title>
<authors>Netcetera</authors>
<owners>ilbertz</owners>
Expand Down
Binary file modified Nca.Valdr.Nuget/lib/Nca.Valdr.Console.exe
Binary file not shown.
Binary file modified Nca.Valdr.Nuget/lib/Nca.Valdr.dll
Binary file not shown.

0 comments on commit 668a587

Please sign in to comment.