Skip to content

Commit

Permalink
Version bump to v4.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Washi1337 committed Jul 9, 2022
1 parent 5954241 commit e2d65b5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions AsmResolver.sln
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
LICENSE.md = LICENSE.md
README.md = README.md
Directory.Build.props = Directory.Build.props
appveyor.yml = appveyor.yml
EndProjectSection
EndProject
Global
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<RepositoryUrl>https://github.com/Washi1337/AsmResolver</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<LangVersion>10</LangVersion>
<Version>4.11.1</Version>
<Version>4.11.2</Version>
</PropertyGroup>

</Project>
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- master

image: Visual Studio 2022
version: 4.11.0-master-build.{build}
version: 4.11.2-master-build.{build}
configuration: Release

skip_commits:
Expand All @@ -23,7 +23,7 @@
deploy:
provider: NuGet
api_key:
secure: DCeHUu0aAsOjRnoi2DpcuXpj0apD7dxHzglSamP7LGzcZjhIvTBi1ONnjIa7L2zm
secure: L3fXsS7umzD8zwAvTsdGxOg/E6tQ4IR4MfwBAcO8elE7ZwjZ8HO8UPwjiWbp4RMw
skip_symbols: false
artifact: /.*\.nupkg/

Expand All @@ -33,7 +33,7 @@
- development

image: Visual Studio 2022
version: 4.11.0-dev-build.{build}
version: 4.11.2-dev-build.{build}
configuration: Release

skip_commits:
Expand Down

0 comments on commit e2d65b5

Please sign in to comment.