Skip to content

Commit

Permalink
Update SpiceSharpBehavioral.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
svenboulanger authored Mar 21, 2021
1 parent 6b591df commit 5034d5c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions SpiceSharpBehavioral/SpiceSharpBehavioral.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>netstandard1.5;netstandard2.0;net45;netcoreapp2.1</TargetFrameworks>
<Version>3.0.4</Version>
<Version>3.0.5</Version>
<Authors>Sven Boulanger</Authors>
<Title>Spice#.Behavioral</Title>
<Description>Spice#.Behavioral is a library that allows using behavioral components in the circuit simulator Spice#.</Description>
Expand All @@ -11,12 +11,12 @@
<RepositoryUrl>https://github.com/SpiceSharp/SpiceSharpBehavioral</RepositoryUrl>
<PackageTags>circuit electronics netlist parser spice simulator simulation ode solver design behavioral modeling</PackageTags>
<PackageIconUrl></PackageIconUrl>
<AssemblyVersion>3.0.4.0</AssemblyVersion>
<AssemblyVersion>3.0.5.0</AssemblyVersion>
<PackageReleaseNotes>Refer to the GitHub release for release notes.</PackageReleaseNotes>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Company />
<NeutralLanguage>en</NeutralLanguage>
<FileVersion>3.0.4.0</FileVersion>
<FileVersion>3.0.5.0</FileVersion>
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down Expand Up @@ -73,4 +73,4 @@
<Version>4.7.0</Version>
</PackageReference>
</ItemGroup>
</Project>
</Project>

0 comments on commit 5034d5c

Please sign in to comment.