Skip to content

Commit

Permalink
Bump version to 2.1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
paracycle committed Jun 9, 2015
1 parent eb7ed97 commit 67cd966
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 18 deletions.
2 changes: 1 addition & 1 deletion PayUSharp.sln
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ Global
$0.DotNetNamingPolicy = $4
$4.DirectoryNamespaceAssociation = PrefixedHierarchical
$4.ResourceNamePolicy = FileFormatDefault
version = 2.1.0.0
version = 2.1.0.1
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Binary file modified docs/PayUSharp Kullanim Dokumani.pdf
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<OutputType>Library</OutputType>
<RootNamespace>PayU.AutomaticLiveUpdate</RootNamespace>
<AssemblyName>PayUSharp.AutomaticLiveUpdate</AssemblyName>
<ReleaseVersion>2.1.0.0</ReleaseVersion>
<ReleaseVersion>2.1.0.1</ReleaseVersion>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly:AssemblyVersion("2.1.0.0")]
[assembly:AssemblyVersion("2.1.0.1")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
Expand Down
2 changes: 1 addition & 1 deletion src/PayUSharp.Core/PayUSharp.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<RootNamespace>PayU.Core</RootNamespace>
<AssemblyName>PayUSharp.Core</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<ReleaseVersion>2.1.0.0</ReleaseVersion>
<ReleaseVersion>2.1.0.1</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
2 changes: 1 addition & 1 deletion src/PayUSharp.Core/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly:AssemblyVersion("2.1.0.0")]
[assembly:AssemblyVersion("2.1.0.1")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
Expand Down
1 change: 1 addition & 0 deletions src/PayUSharp.IPN/IPNService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,4 @@ public string GenerateResponseForRequest(IPNRequest request) {
}
}
}

2 changes: 1 addition & 1 deletion src/PayUSharp.IPN/PayUSharp.IPN.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<RootNamespace>PayU.IPN</RootNamespace>
<AssemblyName>PayUSharp.IPN</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<ReleaseVersion>2.1.0.0</ReleaseVersion>
<ReleaseVersion>2.1.0.1</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
2 changes: 1 addition & 1 deletion src/PayUSharp.IPN/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly:AssemblyVersion("2.1.0.0")]
[assembly:AssemblyVersion("2.1.0.1")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
Expand Down
2 changes: 1 addition & 1 deletion src/PayUSharp.LiveUpdate/PayUSharp.LiveUpdate.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<OutputType>Library</OutputType>
<RootNamespace>PayU.LiveUpdate</RootNamespace>
<AssemblyName>PayUSharp.LiveUpdate</AssemblyName>
<ReleaseVersion>2.1.0.0</ReleaseVersion>
<ReleaseVersion>2.1.0.1</ReleaseVersion>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand Down
2 changes: 1 addition & 1 deletion src/PayUSharp.LiveUpdate/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly:AssemblyVersion("2.1.0.0")]
[assembly:AssemblyVersion("2.1.0.1")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
Expand Down
2 changes: 1 addition & 1 deletion src/PayUSharp.Token/PayUSharp.Token.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<RootNamespace>PayU.Token</RootNamespace>
<AssemblyName>PayUSharp.Token</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<ReleaseVersion>2.1.0.0</ReleaseVersion>
<ReleaseVersion>2.1.0.1</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
2 changes: 1 addition & 1 deletion src/PayUSharp.Token/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly:AssemblyVersion("2.1.0.0")]
[assembly:AssemblyVersion("2.1.0.1")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
Expand Down
4 changes: 2 additions & 2 deletions test/TestApp/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,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("2.1.0.0")]
[assembly:AssemblyFileVersion("2.1.0.0")]
[assembly:AssemblyVersion("2.1.0.1")]
[assembly:AssemblyFileVersion("2.1.0.1")]
2 changes: 1 addition & 1 deletion test/TestApp/TestApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<AssemblyName>TestApp</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<ReleaseVersion>2.1.0.0</ReleaseVersion>
<ReleaseVersion>2.1.0.1</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
Expand Down
2 changes: 1 addition & 1 deletion test/TestWeb/TestWeb.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<OutputType>Library</OutputType>
<RootNamespace>TestWeb</RootNamespace>
<AssemblyName>TestWeb</AssemblyName>
<ReleaseVersion>2.1.0.0</ReleaseVersion>
<ReleaseVersion>2.1.0.1</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>True</DebugSymbols>
Expand Down
2 changes: 1 addition & 1 deletion util/DocGen/Doc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<OutputType>Exe</OutputType>
<RootNamespace>Doc</RootNamespace>
<AssemblyName>Doc</AssemblyName>
<ReleaseVersion>2.1.0.0</ReleaseVersion>
<ReleaseVersion>2.1.0.1</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
2 changes: 1 addition & 1 deletion util/DocGen/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly:AssemblyVersion("2.1.0.0")]
[assembly:AssemblyVersion("2.1.0.1")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
Expand Down
2 changes: 1 addition & 1 deletion util/Packages.mdproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
</Package>
</Packages>
</Packages>
<ReleaseVersion>2.1.0.0</ReleaseVersion>
<ReleaseVersion>2.1.0.1</ReleaseVersion>
</PropertyGroup>
</Project>

0 comments on commit 67cd966

Please sign in to comment.