Skip to content

Commit

Permalink
vbamc v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jozefizso committed Jan 25, 2023
1 parent 9dd476d commit 1d8a335
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
The MIT License (MIT)

Copyright © 2022 Jozef Izso
© 2022 Cisco Systems, Inc. All rights reserved.
Copyright © 2023 Jozef Izso
© 2023 Cisco Systems, Inc. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ Before you begin a VBA project, ensure that you have the time to work with VBA.

Source code is licensed under [MIT License](LICENSE.txt).

Copyright © 2022 Jozef Izso
© 2022 Cisco Systems, Inc. All rights reserved.
Copyright © 2023 Jozef Izso
© 2023 Cisco Systems, Inc. All rights reserved.
4 changes: 2 additions & 2 deletions src/vbamc/vbamc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>1.2.2</Version>
<Version>1.3.0</Version>
</PropertyGroup>

<PropertyGroup>
<Company>NetOfficeFw</Company>
<Authors>Jozef Izso</Authors>
<Copyright>Copyright © 2022 Jozef Izso, © 2022 Cisco Systems, Inc. All rights reserved.</Copyright>
<Copyright>Copyright © 2023 Jozef Izso, © 2023 Cisco Systems, Inc. All rights reserved.</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/NetOfficeFw/vbamc</PackageProjectUrl>
<Description>Compiler vbamc compiles Visual Basic source code and Ribbon customizations to a macro enabled add-in file for Microsoft Office applications.</Description>
Expand Down

0 comments on commit 1d8a335

Please sign in to comment.