Skip to content

Commit

Permalink
Bump 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yndu13 committed May 8, 2023
1 parent 2568ce0 commit 329e6d0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 2023-05-08 Version 1.1.3
* Feat: support server certificate custom validation

### 2023-04-18 Version 1.1.2
* Feat: support conversion of any type to string

Expand Down
4 changes: 2 additions & 2 deletions Tea/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("1.1.2.0")]
[assembly: AssemblyFileVersion("1.1.2.0")]
[assembly: AssemblyVersion("1.1.3.0")]
[assembly: AssemblyFileVersion("1.1.3.0")]
2 changes: 1 addition & 1 deletion Tea/tea.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<PackageReleaseNotes></PackageReleaseNotes>
<AssemblyName>Tea</AssemblyName>
<Version>1.1.2</Version>
<Version>1.1.3</Version>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<LangVersion>5</LangVersion>
</PropertyGroup>
Expand Down

0 comments on commit 329e6d0

Please sign in to comment.