Skip to content

Commit 6ee3295

Browse files
chore(release): 2.0.2 [skip ci]
## [2.0.2](v2.0.1...v2.0.2) (2023-02-11) ### Bug Fixes * **readme:** fix icon display for nuget.org ([fbe8fa7](fbe8fa7))
1 parent fbe8fa7 commit 6ee3295

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.0.2](https://github.com/Xyaneon/Xyaneon.Games.Dice/compare/v2.0.1...v2.0.2) (2023-02-11)
4+
5+
6+
### Bug Fixes
7+
8+
* **readme:** fix icon display for nuget.org ([fbe8fa7](https://github.com/Xyaneon/Xyaneon.Games.Dice/commit/fbe8fa788dddeeb08edca3202e771f0520405a79))
9+
310
## [2.0.1](https://github.com/Xyaneon/Xyaneon.Games.Dice/compare/v2.0.0...v2.0.1) (2023-01-24)
411

512

Directory.Build.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>2.0.1</Version>
3+
<Version>2.0.2</Version>
44
<Authors>Christopher Kyle Horton</Authors>
55
<Company>Christopher Kyle Horton</Company>
66
<Copyright>Copyright © Christopher Kyle Horton 2020-2023</Copyright>
77
<RepositoryUrl>https://github.com/Xyaneon/Xyaneon.Games.Dice</RepositoryUrl>
88
<RepositoryBranch>main</RepositoryBranch>
9-
<RepositoryCommit>373c3bf289f68177af9f28bd88462fbcc31e8b60</RepositoryCommit>
9+
<RepositoryCommit>fbe8fa788dddeeb08edca3202e771f0520405a79</RepositoryCommit>
1010
</PropertyGroup>
1111
</Project>

0 commit comments

Comments
 (0)