Skip to content

Commit

Permalink
Bump version to 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
charliefoxtwo committed Oct 11, 2023
1 parent 584554a commit cf5ec3e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions DcsBiosCommunicator/DcsBiosCommunicator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@
<Title>DCS-BIOS Communicator</Title>
<Authors>charliefoxtwo</Authors>
<Description>Provides methods and classes for subscribing to DCS-BIOS events.</Description>
<PackageVersion>4.0.0</PackageVersion>
<PackageVersion>4.1.0</PackageVersion>
<PackageProjectUrl>https://github.com/charliefoxtwo/DCS-BIOS-Communicator</PackageProjectUrl>
<PackageLicenseUrl>https://www.gnu.org/licenses/gpl-3.0.en.html</PackageLicenseUrl>
<RepositoryUrl>https://github.com/charliefoxtwo/DCS-BIOS-Communicator</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>dcs</PackageTags>
<PackageIcon>airplane.png</PackageIcon>
<PackageIconUrl>https://raw.githubusercontent.com/charliefoxtwo/DCS-BIOS-Communicator/main/DcsBiosCommunicator/resources/airplane.png</PackageIconUrl>
<PackageReleaseNotes> - fix exception thrown when module string addresses overlap
- update to .NET 6; .NET 5 EOL</PackageReleaseNotes>
<AssemblyVersion>4.0.0</AssemblyVersion>
<FileVersion>4.0.0</FileVersion>
<PackageReleaseNotes> - fix exception thrown on unrecognized input/output types
- add support for string inputs</PackageReleaseNotes>
<AssemblyVersion>4.1.0</AssemblyVersion>
<FileVersion>4.1.0</FileVersion>
<LangVersion>default</LangVersion>
</PropertyGroup>

Expand Down

0 comments on commit cf5ec3e

Please sign in to comment.