Skip to content

Commit

Permalink
Bumped versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jscarle committed Dec 29, 2024
1 parent f121ced commit 716d678
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
<!-- Output -->
<PropertyGroup>
<AssemblyName>LightResults.Extensions.EntityFrameworkCore</AssemblyName>
<Version>8.0.0</Version>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<FileVersion>8.0.0.0</FileVersion>
<Version>8.0.1</Version>
<AssemblyVersion>8.0.1.0</AssemblyVersion>
<FileVersion>8.0.1.0</FileVersion>
<NeutralLanguage>en-US</NeutralLanguage>
<Optimize>true</Optimize>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
<!-- Output -->
<PropertyGroup>
<AssemblyName>LightResults.Extensions.ExceptionHandling</AssemblyName>
<Version>8.0.2</Version>
<AssemblyVersion>8.0.2.0</AssemblyVersion>
<FileVersion>8.0.2.0</FileVersion>
<Version>8.0.3</Version>
<AssemblyVersion>8.0.3.0</AssemblyVersion>
<FileVersion>8.0.3.0</FileVersion>
<NeutralLanguage>en-US</NeutralLanguage>
<Optimize>true</Optimize>
<IsAotCompatible Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net7.0'))">true</IsAotCompatible>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<!-- Output -->
<PropertyGroup>
<AssemblyName>LightResults.Extensions.GeneratedIdentifier</AssemblyName>
<Version>9.0.0-preview.10</Version>
<Version>9.0.0-preview.11</Version>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
<FileVersion>9.0.0.0</FileVersion>
<NeutralLanguage>en-US</NeutralLanguage>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
<!-- Output -->
<PropertyGroup>
<AssemblyName>LightResults.Extensions.Json</AssemblyName>
<Version>9.0.0</Version>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
<FileVersion>9.0.0.0</FileVersion>
<Version>8.0.1</Version>
<AssemblyVersion>8.0.1.0</AssemblyVersion>
<FileVersion>8.0.1.0</FileVersion>
<NeutralLanguage>en-US</NeutralLanguage>
<Optimize>true</Optimize>
<IsAotCompatible Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net7.0'))">true</IsAotCompatible>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<!-- Output -->
<PropertyGroup>
<AssemblyName>LightResults.Extensions.Operations</AssemblyName>
<Version>9.0.0-preview.1</Version>
<Version>9.0.0-preview.2</Version>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
<FileVersion>9.0.0.0</FileVersion>
<NeutralLanguage>en-US</NeutralLanguage>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<!-- Output -->
<PropertyGroup>
<AssemblyName>LightResults.Extensions.ValueObjects</AssemblyName>
<Version>9.0.0-preview.3</Version>
<Version>9.0.0-preview.4</Version>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
<FileVersion>9.0.0.0</FileVersion>
<NeutralLanguage>en-US</NeutralLanguage>
Expand Down

0 comments on commit 716d678

Please sign in to comment.