Skip to content

Commit

Permalink
creating release 1.0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Menzies-Smith committed Dec 8, 2015
1 parent 46b98fa commit 9ac7a17
Show file tree
Hide file tree
Showing 15 changed files with 8 additions and 8 deletions.
Binary file modified lib/NuGet.exe
Binary file not shown.
12 changes: 6 additions & 6 deletions lib/nuget-create.bat
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
nuget pack ../src/TagCache.Redis/TagCache.Redis.csproj -Build -Symbols -Properties Configuration=Release -OutputDirectory nuget
nuget pack ../src/TagCache.Redis/TagCache.Redis.csproj -Build -Symbols -Properties "Configuration=Release;Platform=AnyCPU;OutputPath=nuget" -OutputDirectory nuget

nuget pack ../src/TagCache.Redis.Json.Net/TagCache.Redis.Json.Net.csproj -Build -Symbols -Properties Configuration=Release -OutputDirectory nuget/TagCache.Redis.Json.Net
nuget pack ../src/TagCache.Redis.Json.Net/TagCache.Redis.Json.Net.csproj -Build -Symbols -Properties "Configuration=Release;Platform=AnyCPU;OutputPath=nuget" -OutputDirectory nuget/TagCache.Redis.Json.Net

nuget pack ../src/TagCache.Redis.ProtoBuf/TagCache.Redis.ProtoBuf.csproj -Build -Symbols -Properties Configuration=Release -OutputDirectory nuget/TagCache.Redis.ProtoBuf
nuget pack ../src/TagCache.Redis.ProtoBuf/TagCache.Redis.ProtoBuf.csproj -Build -Symbols -Properties "Configuration=Release;Platform=AnyCPU;OutputPath=nuget" -OutputDirectory nuget/TagCache.Redis.ProtoBuf

nuget pack ../src/TagCache.Redis.FastJson/TagCache.Redis.FastJson.csproj -Build -Symbols -Properties Configuration=Release -OutputDirectory nuget/TagCache.Redis.FastJson
nuget pack ../src/TagCache.Redis.FastJson/TagCache.Redis.FastJson.csproj -Build -Symbols -Properties "Configuration=Release;Platform=AnyCPU;OutputPath=nuget" -OutputDirectory nuget/TagCache.Redis.FastJson

nuget pack ../src/TagCache.Redis.Migrant/TagCache.Redis.Migrant.csproj -Build -Symbols -Properties Configuration=Release -OutputDirectory nuget/TagCache.Redis.Migrant
nuget pack ../src/TagCache.Redis.Migrant/TagCache.Redis.Migrant.csproj -Build -Symbols -Properties "Configuration=Release;Platform=AnyCPU;OutputPath=nuget" -OutputDirectory nuget/TagCache.Redis.Migrant

nuget pack ../src/TagCache.Redis.MessagePack/TagCache.Redis.MessagePack.csproj -Build -Symbols -Properties Configuration=Release -OutputDirectory nuget/TagCache.Redis.MessagePack
nuget pack ../src/TagCache.Redis.MessagePack/TagCache.Redis.MessagePack.csproj -Build -Symbols -Properties "Configuration=Release;Platform=AnyCPU;OutputPath=nuget" -OutputDirectory nuget/TagCache.Redis.MessagePack

Binary file added lib/nuget/TagCache.Redis.1.0.0.1.nupkg
Binary file not shown.
Binary file added lib/nuget/TagCache.Redis.1.0.0.1.symbols.nupkg
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions src/TagCache.Redis/Properties/AssemblyInfo.Shared.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,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.0.0.1")]
[assembly: AssemblyFileVersion("1.0.0.1")]

0 comments on commit 9ac7a17

Please sign in to comment.