Skip to content

Commit 58312b4

Browse files
author
Justin Skiles
committed
Updated versions.
1 parent 9b09e8a commit 58312b4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/SteamWebAPI2.Net45/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("3.1.0.0")]
36-
[assembly: AssemblyFileVersion("3.0.0.0")]
35+
[assembly: AssemblyVersion("3.2.0.0")]
36+
[assembly: AssemblyFileVersion("3.2.0.0")]
3737

3838
[assembly: InternalsVisibleTo("SteamWebAPI2.Tests")]

src/SteamWebAPI2/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.1.0-ci-*",
2+
"version": "3.2.0-ci-*",
33
"authors": [ "Justin Skiles" ],
44
"description": "This is a .NET library that makes it easy to use the Steam Web API. It conveniently wraps around all of the JSON data and ugly API details with clean methods, structures and classes.",
55
"packOptions": {

0 commit comments

Comments
 (0)