Skip to content

Commit

Permalink
Update to release
Browse files Browse the repository at this point in the history
  • Loading branch information
WilStead committed Nov 24, 2023
1 parent e81b4b0 commit f6fc7c8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
4 changes: 2 additions & 2 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Changelog

## 2.2-preview.1
## 2.2
### Added
- Source generated (de)serialization support
### Changed
- Made `Epoch` a record
### Updated
- Update to .NET 8 preview
- Update to .NET 8

## 2.1
### Updated
Expand Down
6 changes: 1 addition & 5 deletions src/Tavenem.Time.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Tavenem.Mathematics" Version="2.2.10-preview-0001" />
<PackageReference Include="Tavenem.Mathematics" Version="2.2.11" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion test/Tavenem.Time.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.3" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.1.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.1.1" />
<PackageReference Include="coverlet.collector" Version="6.0.0">
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "2.2-preview.1",
"version": "2.2",
"publicReleaseRefSpec": [
"^refs/heads/main$",
"^refs/heads/releases/v\\d+(?:\\.\\d+)?$"
Expand Down

0 comments on commit f6fc7c8

Please sign in to comment.