mirror of
https://gitee.com/jiniannet/jntemplate.git
synced 2025-12-06 10:58:59 +08:00
6 lines
261 B
Batchfile
6 lines
261 B
Batchfile
@echo off
|
|
ren src\JinianNet.JNTemplate\Properties\AssemblyInfo.cs AssemblyInfo.cs.build.tmp
|
|
ren src\JinianNet.JNTemplate.Test\Properties\AssemblyInfo.cs AssemblyInfo.cs.build.tmp
|
|
echo ren success.
|
|
nuget restore JinianNet.JNTemplateStandard.sln
|
|
echo ren success. |