Skip to content

Commit

Permalink
update to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
edg-l committed Sep 7, 2022
1 parent e6e33b6 commit a5d0fee
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions PartyPlanner/Models/Talent.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace PartyPlanner.Models
{
public class Talent
{
public string Description { get; set; }
public string Name { get; set; }
public int Id { get; set; }
public string LongSecription { get; set; }

// todo: do this
}
}
2 changes: 1 addition & 1 deletion PartyPlanner/PartyPlanner.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Authors>Zhyra</Authors>
<Company></Company>
<Version>1.3.1</Version>
<Version>1.3.2</Version>
<Description>PartyVerse.app, directly on your client!</Description>
<Copyright>MIT</Copyright>
<PackageProjectUrl>https://github.com/edg-l/PartyPlanner</PackageProjectUrl>
Expand Down

0 comments on commit a5d0fee

Please sign in to comment.