Skip to content

Commit

Permalink
Release 2.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
saivineeth100 committed Oct 22, 2023
1 parent 8b35ed6 commit a7c30f6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/TallyConnector.Core/Models/GSTDetail.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class GSTDetail : TallyBaseObject, ICheckNull
[XmlElement(ElementName = "TAXABILITY")]
public GSTTaxabilityType Taxability { get; set; }
[XmlElement(ElementName = "SRCOFGSTDETAILS")]
public string SourceOfGSTDetails { get; set; }
public string? SourceOfGSTDetails { get; set; }

[XmlElement(ElementName = "ISREVERSECHARGEAPPLICABLE")]
public TallyYesNo? IsReverseChargeApplicable { get; set; }
Expand Down
2 changes: 1 addition & 1 deletion src/TallyConnector.Core/TallyConnector.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
- Models : Models contains the objects like ledgers, groups , vouchers and their Childs
</Description>
<RepositoryType>git</RepositoryType>
<VersionPrefix>2.0.15</VersionPrefix>
<VersionPrefix>2.0.16</VersionPrefix>
<!--<VersionSuffix>rc</VersionSuffix>-->
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<!-- Generates a package at build -->
<IncludeBuildOutput>false</IncludeBuildOutput>
<VersionPrefix>2.0.15</VersionPrefix>
<VersionPrefix>2.0.16</VersionPrefix>
<IncludeBuildOutput>false</IncludeBuildOutput>
<Nullable>enable</Nullable>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/TallyConnector/TallyConnector.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<RepositoryType>git</RepositoryType>

<VersionPrefix>2.0.15</VersionPrefix>
<VersionPrefix>2.0.16</VersionPrefix>
<!--<VersionSuffix>rc</VersionSuffix>-->
<Nullable>enable</Nullable>

Expand Down

0 comments on commit a7c30f6

Please sign in to comment.